ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class / OnClientItemsChanged Property






In This Topic
    OnClientItemsChanged Property
    In This Topic
    Occurs when the list of items changes.
    Syntax
    'Declaration
     
    
    Public Property OnClientItemsChanged As System.String
    'Usage
     
    
    Dim instance As ListBox(Of T)
    Dim value As System.String
     
    instance.OnClientItemsChanged = value
     
    value = instance.OnClientItemsChanged
    public System.string OnClientItemsChanged {get; set;}
    public read-write property OnClientItemsChanged: System.String; 
    public function get,set OnClientItemsChanged : System.String
    public: __property System.string* get_OnClientItemsChanged();
    public: __property void set_OnClientItemsChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientItemsChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also